* {
    position: relative;
  box-sizing:border-box;
}

img {
    max-width: 100%;
}

li {
    display: block;
}

* {
    -webkit-overflow-scrolling: touch;
}

a {
    color: inherit;
    text-decoration: none;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Pingfang SC", Arial, "Microsoft yahei UI";
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    opacity: 0;
}

body.w-loaded {
    opacity: 1;
    transition: .1s;
}

body.w-make {
    opacity: 1;
}

.sub .pagebox > div {
    transform: translateY(100px);
    opacity: 0;
}

.sub.w-loaded .pagebox > div {
    transform: translateY(0px);
    opacity: 1;
    transition: 0.8s;
}

.sub.w-loaded .pagebox > div:nth-child(1) {
    transition-delay: 0s;
}

.sub.w-loaded .pagebox > div:nth-child(2) {
    transition-delay: .2s;
}

.sub.w-loaded .pagebox > div:nth-child(3) {
    transition-delay: .4s;
}

.sub.w-loaded .pagebox > div:nth-child(4) {
    transition-delay: .6s;
}

.sub.w-loaded .pagebox > div:nth-child(5) {
    transition-delay: .8s;
}

.flex-box-v {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

/*banner*/
.Banner-container {
    height: 100vh;
    min-height: 600px;
    max-height: 1600px;
    width: 100%;
}

.banner-background {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.banner-slide {
    display: flex;
    flex-flow: column;
    justify-content: center;
    overflow: hidden;
}

.banner-text {
    width: auto;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    text-align: left;
    margin-left: auto;
    margin-right: 10vw;
}

.banner-text h1 {
    font-weight: normal;
    font-size: 3.5rem;
    font-family: times new roman;
    color: #d3a53a;
    letter-spacing: 5px;
    position: relative;
}

.banner-text h1:after {
    content: "";
    display: block;
    width: 414px;
    height: 16px;
    background: #fff;
    position: absolute;
    bottom: 4px;
    right: -10px;
    z-index: -1;
}

.banner-text h2 {
    margin-top: 1rem;
    color: #fff;
    font-size: 1rem;
    font-family: times new roman;
    font-weight: normal;
}

.banner-bg-ss {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.banner-text {
    z-index: 10;
}

.banner-text:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 400px;
    display: block;
    border: 10px solid rgba(255, 255, 255, 0.2);
    top: 4.5rem;
    margin-top: -200px;
    left: -6rem;
    display: none;
}

.banner-bg-ss:before {
    content: "";
    position: absolute;
    left: 0;
    width: 25%;
    top: 20%;
    bottom: 20%;
    background-image: url(/img/banner_bg01.png);
    display: block;
    background-size: cover;
    z-index: 2;
    opacity: 0.3;
    display: none;
}

.banner-bg-ss:after {
    content: "";
    position: absolute;
    right: 0;
    width: 25%;
    top: 20%;
    bottom: 20%;
    background-image: url(/img/banner_bg01.png);
    display: block;
    background-size: cover;
    z-index: 2;
    opacity: 0.3;
    visibility: hidden;
}

.small-title {
    color: #FF9800;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    display: none;
}

/*.banner-warpper.swiper-wrapper {
    transition-timing-function: cubic-bezier(0.75, 0.22, 0.25, 1);
}

.banner-warpper.swiper-wrapper .banner-background {
    transition-timing-function: cubic-bezier(0.75, 0.22, 0.25, 1);
    will-change: transform;
}*/
.banner-switch {
    position: absolute;
    z-index: 30;
    left: auto;
    top: 50%;
    height: 80px;
    right: 2rem;
    color: #fff;
    display: grid;
    margin-top: -25px;
    grid-template-columns: 1fr;
    width: auto;
    align-content: center;
    align-items: center;
    text-transform: uppercase;
}

.banner-switch > div > * {
    display: inline-block;
    vertical-align: middle;
}

.sL_icon {
    background-size: contain;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-switch > div > span {
    margin: 0 0.5rem;
    font-size: 0.825rem;
}

.banner-switch > div {
    margin: 0.3rem 0;
}

.banner-switch > div {
    cursor: pointer;
    transition: 0.5s;
}

.swiper-button-disabled {
    opacity: 0.4;
}

.Scroll-tip {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100px;
    color: #fff;
    text-align: center;
}

.Tipss {
    text-transform: uppercase;
    font-size: 0.825rem;
}

.tip_anim {
    display: inline-block;
    margin: 0.75rem 0;
    height: 30px;
}

.Tipss span {
    display: block;
}

.tip_anim span {
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #fff;
    animation-name: scrollTip;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 1);
}

.Banner-A1 {
    z-index: 1;
}

@keyframes scrollTip {
    0% {
        transform: scale(1, 0);
        transform-origin: top;
    }

    49% {
        transform: scale(1, 1);
        transform-origin: top;
    }

    51% {
        transform: scale(1, 1);
        transform-origin: bottom;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: bottom;
    }
}

.banner-background {
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

.swiper-slide.banner-slide.swiper-slide-active .banner-background {
    transition: 5s 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}

.banner-text:before {
    transition-delay: 2s;
    transition-duration: 2s;
    transform: translate3d(-80px, 0, 0);
    opacity: 0;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text:before {
    transition-delay: 1.3s;
    transform: translate3d(0px, 0, 0);
    opacity: 1;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(1) {
    transition-delay: 0.5s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(2) {
    transition-delay: 0.7s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
    transition-delay: 0.9s;
}

.banner-text * {
    transition-delay: transform 2s, opacity 0s;
    transition-duration: 2s;
    transform: translate3d(0, 80px, 0);
    opacity: 0;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text * {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}

@media screen and (max-width: 1600px) {
    .banner-text {
        max-width: 1000px;
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {

    .banner-text:before {
        content: "";
        position: absolute;
        width: 300px;
        height: 400px;
        display: block;
        border: 10px solid rgba(255, 255, 255, 0.2);
        top: 4.5rem;
        margin-top: -200px;
        left: 50%;
        margin-left: -150px;
    }

    .banner-text {
        text-align: center;
    }

    .banner-text h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 769px) {
    .banner-switch {
        top: auto;
        bottom: 2rem;
        left: 5%;
        right: 5%;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .banner-text h1 {
        font-size: 2.15rem;
    }

    .banner-text h2 {
        font-size: 1rem;
    }

    .small-title {
        font-size: 0.925rem;
    }

    .banner-text:before {
        opacity: 0;
    }
}

/*banner*/
/*top*/
.Top {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1.5rem;
}

.Top_logo img {
    display: block;
    max-width: 70px;
}

.Top_logo {
    margin-right: auto;
}

.Top_logo a {
    display: inline-block;
}

.Top_nav_btn {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    justify-items: center;
    right: 2rem;
    top: 1.5rem;
    bottom: 1.5rem;
    width: auto;
}

.nav_btn {
    width: 50px;
    height: 50px;
    background: #cf8b32;
}

.nav_btn > div {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}

.nav_btn {
    padding: 0.75rem 0.9rem;
    cursor: pointer;
}

.nav_btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

.Top_nav_btn {
    z-index: 20;
}

.Top_nav_slideMenu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 5rem 0;
}

.slideMenu {
    padding: 0 2rem;
}

.sL_item {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.Top_nav_slideMenu {
    transition: 0.8s;
    transform: perspective(1000px) translate3d(100%, 0, 0);
    will-change: transform;
    transition-timing-function: cubic-bezier(0.66, 0.18, 0.25, 1);
}

.Open .Top_nav_slideMenu {
    transition: 0.8s;
    transform: perspective(1000px) translate3d(00%, 0, 0);
    will-change: transform;
    transition-timing-function: cubic-bezier(0.66, 0.18, 0.25, 1);
}

.Open .nav_btn span:nth-child(2) {
    transform: translate3d(0, 0, 0) scale(0.75, 1);
}

.Open .nav_btn span:nth-child(3) {
    transform: translate3d(0, 0, 0) scale(0.5, 1);
}

.nav_btn span {
    transition: 0.8s;
    transform: translate3d(0, 0, 0);
    transform-origin: left;
}

@media screen and (max-width: 769px) {
    .Top_nav_slideMenu {
        width: 100%;
    }
}

/*top*/
/*S01*/
.S01 {
    padding: 5rem 0;
}

.ss_title {
    text-align: center;
    margin-bottom: 4rem;
}

.about_content {
    margin: auto;
    width: 90%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ss_title h1 {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.ss_title h1 span {
    color: #cf8b32;
    margin-right: 0.2rem;
}

.ss_title h4 {
    opacity: 0.4;
}

.ab_ctext {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ab_imgC {
    height: 100%;
    background-size: cover;
    background-position: center;
    margin-left: 25px;
}

.ab_img_text {
    position: absolute;
    font-size: 0.825rem;
    z-index: 5;
    bottom: 0;
    transform-origin: bottom left;
    transform: rotate(-90deg);
    left: 0.5rem;
}

.ab_img_text span {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 1px;
    background: #cf8b33;
    margin-right: 1rem;
}

.ab_img_text h4 {
    display: inline-block;
    vertical-align: middle;
}

.ab_cct01 {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 3rem 1rem;
    padding-top: 0;
}

.ab_ccList {
    padding: 1rem;
}

.ab_ctext {
    padding-left: 2.5rem;
}

.ab_cct01 h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #cf8b32;
}

.ab_cct01 h2 {
    font-size: 1.5rem;
}

.ab_ccList i {
    display: inline-block;
    margin-bottom: 1rem;
    color: #cf8b32;
}

.ab_ccList h3 {
    margin-bottom: 1rem;
}

.ab_ccList p {
    font-size: 0.925rem;
    line-height: 1.5;
    opacity: 0.85;
}

.ab_ccList {
    color: #383838;
}

.ab_ctext {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.bg_text {
    position: absolute;
    font-size: 11vw;
    left: -0.25em;
    opacity: 0.05;
    line-height: 0.75;
}

@media screen and (max-width: 769px) {
    .about_content {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(350px, 1fr);
    }

    .ab_img_text h4 {
        font-size: 0.75rem;
        opacity: 0.5;
    }

    .ab_ctext {
        padding-left: 0;
        grid-template-columns: repeat(1, minmax(100%, 1fr));
    }

    .ab_cct01 {
        grid-column-end: 1;
    }

    .ab_ctext {
        padding-bottom: 0;
    }
}

/*S01*/
/*S02*/
.pj_imgC {
    height: auto;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}

.project_list {
    margin: 0 0.5rem;
}

.pj_titles {
    margin: 1rem 0;
    padding-right: 6rem;
}

.pj_titles h1 {
    font-size: 1.15rem;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.pj_titles p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    opacity: 0.8;
    line-height: 1.5;
}

span.time {
    display: block;
    font-size: 0.825rem;
    opacity: 0.8;
    color: #cf8b32;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1.8;
}

.project_list > a {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.S02 {
    padding: 5rem 0 0rem 0;
}

.project-container {
    margin: 0 -5%;
}

.project-slide.swiper-slide .project_list {
    transition: 0.8s;
    opacity: 0.15;
}

.project-slide.swiper-slide.swiper-slide-active .project_list, .project-slide.swiper-slide.swiper-slide-prev .project_list, .project-slide.swiper-slide.swiper-slide-next .project_list {
    opacity: 1;
}

.project-slide.swiper-slide .project_list .pj_titles {
    transition: 0.8s;
    opacity: 0;
}

.project-slide.swiper-slide.swiper-slide-active .project_list .pj_titles, .project-slide.swiper-slide.swiper-slide-prev .project_list .pj_titles, .project-slide.swiper-slide.swiper-slide-next .project_list .pj_titles {
    opacity: 1;
}

.pj-prev-btn {
    position: absolute;
    z-index: 20;
    left: 0;
    width: 20%;
    bottom: 0;
    top: 0;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.pj-prev-btn .btn {
    color: #000;
    text-align: center;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 0.825rem;
}

.pj-next-btn {
    position: absolute;
    z-index: 20;
    right: 0;
    width: 20%;
    bottom: 0;
    top: 0;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.pj-next-btn .btn {
    color: #000;
    text-align: center;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 0.825rem;
}

.pj-prev-btn .btn > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0.5rem 0.5rem;
}

.pj-next-btn .btn > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0.5rem 0.5rem;
}

@media screen and (max-width: 1100px) {
    .project-container {
        margin: 0 0.5%;
    }

    .pj-prev-btn .btn {
        display: none;
    }

    .pj-next-btn .btn {
        display: none;
    }

    .pj_titles {
        margin: 1rem 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 769px) {
    .S02 {
        padding: 2rem 0;
    }

    .project-container {
        margin: 0 5%;
    }

    .pj-prev-btn {
        display: none;
    }

    .pj-next-btn {
        display: none;
    }
}

/*S02*/
.more_btn {
    margin: 4rem 0;
    text-align: center;
}

.mBtn {
    display: inline-block;
}

.mBtn a {
    display: inline-block;
    padding: 1rem 2rem;
    border: 2px solid #d39545;
}

/*S03*/
.S03 {
    padding: 10rem 0;
    background: #000;
    overflow: hidden;
}

.SBG {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.6;
}

.about_02 {
    color: #fff;
}

.ab-pic-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: auto;
    width: 90%;
    max-width: 720px;
    grid-gap: 15px;
}

.ab-pItem img {
    display: block;
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.ab-pItem {
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 100%;
}

.ab-pItem a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

.ab02-2 {
    margin-bottom: 3rem;
}

.ab02-3 {
    text-align: center;
    margin: auto;
    max-width: 980px;
    margin-bottom: 4rem;
}

.ab02-3 {
    width: 90%;
}

.ab02-3 h1 {
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: #ce8a32;
}

.ab02-3 p {
    line-height: 1.75;
}

.ab02-4 h1 {
    text-align: center;
    font-size: 1.5rem;
    color: #cd8a32;
    margin-bottom: 2rem;
}

.ab0corp {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
    align-content: center;
    align-self: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    margin: auto;
    width: 90%;
    max-width: 1200px;
    grid-gap: 0.5rem;
}

.corpList a {
    display: block;
    width: 100%;
    margin: auto;
}

.corpList {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 769px) {
    .ab0corp {
        grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    }
}

.pj_img {
    overflow: hidden;
    transform: perspective(1000px) translate3d(0, 0, 0px);
    transition: 0.5s;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0);
}

.pj_img > div {
    transition: 0.5s;
    transform: perspective(1000px) translate3d(0, 0, 80px);
}

.project_list:hover .pj_img {
    overflow: hidden;
    transform: perspective(1000px) translate3d(0, 0, 30px);
    transition: 0.5s;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
}

.project_list:hover .pj_img > div {
    transition: 0.5s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}

.pj_titles {
    transform: perspective(1000px) translate3d(0, 0, 0px);
    transition: 0.5s;
}

.project_list:hover .pj_titles {
    transform: perspective(1000px) translate3d(0, 10px, 0px);
    transition: 0.5s;
}

/*S03*/
/*S04*/
.S04 {
    padding: 5rem 0 0rem 0;
}

.news_warpper {
    display: grid;
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    grid-gap: 0rem;
    grid-column-gap: 3rem;
}

.news_item.first {
    grid-row-start: 1;
    grid-row-end: 3;
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.news_item:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.ns_img {
}

.ns_imgC {
    height: 100%;
    background-size: cover;
    background-position: center;
    max-height: 100%;
}

.news_content {
    margin: auto;
    width: 90%;
    max-width: 1200px;
}

.ns_titles {
    padding: 2rem 0;
}

.news_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.ns_titles h1 {
    font-size: 1.15rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.ns_titles p {
    line-height: 1.5;
    opacity: 0.65;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.ns_time {
    color: #ddae70;
    font-weight: bold;
}

a.ns_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
}

@media screen and (max-width: 769px) {
    .news_warpper {
        grid-template-columns: repeat(1, minmax(250px, 1fr));
    }

    .news_item:first-child {
        grid-template-rows: minmax(100px, 200px);
    }

    .ns_titles p {
        max-height: 6em;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/*S04*/
/*S05*/
.S05 {
    padding: 1rem 0;
    padding-top: 0rem;
}

.backTOP {
    text-align: center;
    margin-bottom: 5rem;
}

.backTOP > span {
    display: inline-block;
    height: 5rem;
    width: 2px;
    background: #cf8b32;
    margin-bottom: 1rem;
}

.BackTOPbtn {
    display: block;
    text-align: center;
    margin: auto;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.BackTOPbtn > span {
    display: block;
    width: 100%;
    border: 1px solid #e0b379;
    text-transform: uppercase;
    font-size: 0.825rem;
    padding: 1rem;
    transform: rotate(-90deg);
    color: #d39545;
}

.contact_mm {
    text-align: center;
}

.ftlogo {
    max-width: 60px;
    margin: auto;
    margin-bottom: 3rem;
}

.ft_code {
    margin: auto;
    max-width: 100px;
}

.footer_bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    line-height: 1.5;
    font-size: 0.75rem;
    color: #909090;
    padding: 2rem 0;
    padding-bottom: 1rem;
}

/*S05*/
.w_grid-000 {
    position: static;
}

.c_portalResnav_main-01001 {
    position: static !important;
}

.w-20190520111834 {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.w-20190520111834 div.w-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.w-20190520111834 div.w-prev:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transform: rotate(45deg);
    margin-left: 5px;
}

.w-20190520111834 div.w-next {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
}

.w-20190520111834 > div:hover {
    background-color: #D3A53A;
    border-color: transparent;
}

.w-20190520111834 > div:hover:before {
    borer-color: #fff !important;
}

.w-20190520111834 div.w-next:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transform: rotate(225deg);
    margin-left: -5px;
}

.item_hide {
    display: none;
}

.wd #w_fimg-1558320877426 img {
    border-radius: 8px;
}

.wd #w_common_text-1558321193291 {
    padding:20px 0;
    text-align: center;
    text-transform: uppercase;
}

.wd #content_box-1558320823471-0 {
    position: relative;
}

.wd #c_portalResPublic_codeContainer-15583212213586499 {
    width: 115px;
    height: 115px;
    border: 8px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 17%;
    transform: translateY(-50%);
    margin-top: 40px;
    margin-right: -20px;
    cursor: pointer;
    display: none;
}

.wd #c_portalResPublic_codeContainer-15583212213586499 > div:nth-child(1) {
    width: 0px;
    height: 0px;
    border-top: 20px solid transparent;
    border-left: 30px solid #fff;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
}

.wd #content_box-1558320287978-0 {
    position: relative;
}

 


 

.wd #w_common_text-1558322272865 span {
    font-size: 60px !important;
    color: #0190da;
}

.wd .pagebox > div {
    margin-bottom: 0px !important;
}

.wd .w-index-banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.wd .w-index-banner:before {
    content: "";
    display: block;
    width: 15px;
    height: 30px;
    border: 1px solid #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -7.5px;
    z-index: 1000;
    border-radius: 50px;
}

.wd .w-index-banner:after {
    content: "";
    display: block;
    width: 2px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -1px;
    z-index: 1000;
    border-radius: 50px;
    animation: w-banner-tip 1s infinite;
}

@keyframes w-banner-tip {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    80%, 100% {
        transform: translateY(10px);
        opacity: 0;
    }
}

.wd .w-index-banner .w-item {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.wd .w-index-banner .w-item:nth-child(1) .w-text {
    max-width: 580px;
    transform: translateY(-50%);
    right: 18vw;
}

.wd .w-index-banner .w-item:nth-child(1) .w-text:after {
    left: 0px;
    width: 80%;
}

.wd .w-index-banner .w-item:nth-child(1).w-current .w-text:after {
    bottom: 80px;
}

.wd .w-index-banner .w-item.w-current {
    opacity: 1;
    visibility: visible;
    transition: 1s;
}

.wd .w-index-banner .w-item > div:first-child {
    width: 100%;
    height: 100vh;
    background-position: center center;
}
.wd .w-index-banner .w-item > div:first-child:before{content:"";width:100%; height:100%; background:linear-gradient(to bottom, black, transparent); opacity:0.3;display:block;}
.wd .w-index-banner .w-item .w-text {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 10vw;
    overflow: hidden;
  max-width:50%;
}

.wd .w-index-banner .w-item .w-text h1 {
    font-family: times new roman;
    font-size: 3.6rem;
    color: #fff;
    font-weight: normal;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.5s 0.2s;
  text-transform:uppercase;
}

.wd .w-index-banner .w-item.w-current .w-text h1 {
    transform: translateY(0px);
    opacity: 1;
    transition: 1s 1s;
}

.wd .w-index-banner .w-item .w-text:after {
    content: "";
    display: block;
    width: 50%;
    height: 20px;
    background: #0190da;
    position: absolute;
    right: -20px;
    bottom: -55px;
    z-index: -1;
    opacity: 0;
    transition: 0.5s 0.1s;
}

.wd .w-index-banner .w-item.w-current .w-text:after {
    bottom: 35px;
    opacity: 1;
    transition: 1s 1.5s;
}

.wd .w-index-banner .w-item .w-text h2 {
    font-family: times new roman;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    margin-top: 5px;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.s 0s;
  padding-top:15px;
  line-height:1.5;
}

.wd .w-index-banner .w-item.w-current .w-text h2 {
    transform: translateY(0px);
    opacity: 1;
    transition: 1s 1.2s;
}

.wd #w_common_text-1558362233757 {
    position: absolute;
    top: 7%;
    left: 2%;
}

.wd #w_common_text-1558362233757:after {
    content: "";
    display: block;
    width: 40%;
    height: 2px;
    background: #fff;
    margin-top: 30px;
}

.wd #w_common_text-1558362260316 {
    position: absolute;
    bottom: 4%;
    left: 2%;
}

.wd #w_common_text-1558362260316 span {
    display: block;
    width: 20px;
    line-height: 16px;
}

.wd #w_common_text-1558362260316:before {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: #fff;
    margin-top: 30px;
    position: relative;
    left: 7px;
    margin-bottom: 15px;
}

#c_portalResProduct_category-15583623792604594 .p_problemCategory > div.w-index-products-titles {
    display: block;
    position: absolute;
    top: calc(9vw + 300px);
    left: calc(13vw - 100px);
    z-index: 999;
}

#c_portalResProduct_category-15583623792604594 .p_problemCategory > div.w-index-products-titles .w-item {
    position: absolute;
    top: 0px;
    left: 0px;
}

#c_portalResProduct_category-15583623792604594 .p_problemCategory > div.w-index-products-titles .w-item h1 {
    transform: translateY(30px) skew(10deg, 0deg);
    opacity: 0;
    transition: .5s 0.2s;
    font-size: 48px;
    color: #d3a53a;
    font-weight: normal;
}

#c_portalResProduct_category-15583623792604594 .p_problemCategory > div.w-index-products-titles .w-item.w-current h1 {
    transform: translateY(0px) skew(0deg, 0deg);
    opacity: 1;
    transition: 1s .7s;
}

#c_portalResProduct_category-15583623792604594 .p_problemCategory > div.w-index-products-titles .w-item p {
    transform: translateY(30px) skew(10deg, 0deg);
    opacity: 0;
    transition: .5s;
    font-size: 24px;
    color: #fff;
    font-style: italic;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: times new roman;
}

#c_portalResProduct_category-15583623792604594 .p_problemCategory > div.w-index-products-titles .w-item.w-current p {
    transform: translateY(0px) skew(0deg, 0deg);
    opacity: 1;
    transition: 1s .9s;
}

#c_portalResProduct_category-15583623792604594 .p_problemCategory > div.w-index-products-titles .w-item:first-child {
    position: relative;
}

#c_portalResProduct_category-15583623792604594 .w-index-products .w-item {
    border-radius: 10px;
    overflow: hidden;
}

#c_portalResProduct_category-15583623792604594 .w-index-products .w-item img {
    border-radius: 0px;
    opacity: 0.5;
    transition: 1s;
}

#c_portalResProduct_category-15583623792604594 .w-index-products .w-item.swiper-slide-active img {
    opacity: 1;
    transition: 0s;
}

#c_portalResProduct_category-15583623792604594 .w-index-products .w-item:hover img {
    animation: flash 1s infinite;
}

.wd #w_grid-1558321157510 #content_box-1558321157510-0 {
    position: relative;
}

.wd #w_grid-1558321157510 #content_box-1558321157510-0:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(/img/20190521094956.png) bottom left no-repeat;
    opacity: 0.3;
    animation: w-index-products-bg-lines 11s linear infinite;
}

@keyframes w-index-products-bg-lines {
    0% {
        transform: scale(1) skew(0deg, 0deg);
    }

    40% {
        transform: scale(1.05) skew(3deg, 3deg);
    }

    90%, 100% {
        transform: scale(1) skew(0deg, 0deg);
    }
}

.wd #w_grid-1558355642554 > div > div {
    display: flex;
    align-items: center;
}

.wd #w_fbtn-1558355364906 {
    width: 162px;
    height: 40px;
    background-color: #D3A53A;
    border-radius: 3px;
    transition: .5s;
}

.wd #w_fbtn-1558355364906:hover {
    background: #333;
}

.wd .w_fbtn-001 .p_CommonBtn {
    background-color: transparent;
}

.wd #content_box-1558355642554-1 {
    width: 162px !important;
}

.wd #c_portalResPublic_codeContainer-15583212213586499:hover > div:nth-child(1) {
    animation: w-rotateY 5s linear infinite;
}

@keyframes w-rotateY {
    0% {
        transform: translate(-50%, -50%) rotateY(0deg) rotateX(0deg);
    }

    40% {
        transform: translate(-50%, -50%) rotateY(360deg) rotateX(0deg);
    }

    90%, 100% {
        transform: translate(-50%, -50%) rotateY(360deg) rotateX(360deg);
    }
}

.c_portalResNews_detail-01001 .p_summary {
    padding: 10px;
    white-space: normal;
    line-height: 2em;
    font-size: 12px;
    background: #eee;
}

div[id*='_detail-'] .reset_style p {
    font-size: 16px;
    color: #222;
    line-height: 2em;
    margin-bottom: 0.5em;
}

.c_portalResNews_detail-01001 .p_QRCode {
    text-align: center;
    line-height: 50px;
    margin-top: 10px;
    background: #eee;
    border: none;
}

.wd #w_grid-1558320823471 {
    width: calc(100% - 30px);
}

.wd #w_grid-1558405470249 {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    width: calc(100% - 30px);
}

.wd #w_grid-1558320237035 {
    margin-top: 0px;
}

.wd #w_grid-1558405484111 > div > div {
    display: flex;
    justify-content: space-between;
}

.wd #w_grid-1558405484111 > div > div > div:nth-child(1) {
    width: 250px !important;
}

.wd #w_grid-1558405546375 > div > div {
    display: flex;
    justify-content: flex-end;
}

.wd #w_grid-1558405546375 > div > div > div {
    width: auto !important;
}

.wd #w_common_text-1558405556581 p {
    font-size: 18px;
    color: #333;
    font-style: italic;
}

.wd .w-nav-trigger {
    width: calc(57px * 2);
    height: 57px;
    overflow: hidden;
    position: relative;
    display: flex;
    cursor: pointer;
}

.wd .w-nav-trigger > div:nth-child(1) {
    width: 57px;
    height: 57px;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.wd .w-nav-trigger > div:nth-child(1) span {
    display: block;
    width: 32px;
    height: 2px;
    background: #fff;
    margin: auto;
    margin-bottom: 8px;
}

.wd .w-nav-trigger > div:nth-child(1):hover span {
    animation: w-nav-span 2s linear infinite;
}

.wd .w-nav-trigger > div:nth-child(1):hover span:nth-child(2) {
    animation-delay: 0.1s;
}

.wd .w-nav-trigger > div:nth-child(1):hover span:nth-child(3) {
    animation-delay: 0.2s;
}

@keyframes w-nav-span {
    0%, 90%, 100% {
        transform: rotateY(0deg);
    }

    40% {
        transform: rotateY(180deg);
    }
}

.wd .w-nav-trigger > div:nth-child(1) span:nth-child(1) {
    margin-top: 18px;
}

.wd .w-nav-trigger > div:nth-child(2) {
    width: 57px;
    height: 57px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 12px;
    line-height: 57px;
    text-align: center;
}

.wd #content_box-1558405546375-0 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px !important;
}

.wd #w_fimg-1558405494554 {
    transition: 1s;
}

.wd .w-nav-hide #w_fimg-1558405494554 {
   /* transform: translateY(-100px);*/
}

.wd #w_common_text-1558405556581 {
    transition: 1s;
}

.wd .w-nav-hide #w_common_text-1558405556581 {
   /* transform: translateY(-100px);
    transition-delay: 0.2s;*/
}

.w-full-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100%;
    left: 0px;
    z-index: 99999;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s 1s;
    visibility: hidden;
}

.w-full-nav .w-close {
    position: absolute;
    top: 20px;
    right: 30px;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.w-full-nav .w-close:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    transform: rotate(-45deg);
}

.w-full-nav .w-close:hover:before {
    animation: w-nav-close-1 3s linear infinite;
}

.w-full-nav .w-close:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    transform: rotate(45deg);
}

.w-full-nav .w-close:hover:after {
    animation: w-nav-close-2 3s linear infinite;
}

@keyframes w-nav-close-1 {
    0% {
        transform: rotate(-45deg);
    }

    90%, 100% {
        transform: rotate(-405deg);
    }
}

@keyframes w-nav-close-2 {
    0% {
        transform: rotate(45deg);
    }

    90%, 100% {
        transform: rotate(405deg);
    }
}

.w-full-nav.w-show {
    top: 0px;
    transition-delay: 0s;
    visibility: visible;
}

.w-full-nav .w-left {
    width: calc(100% - 300px);
    text-align: left;
    padding: 100px;
    height: 100vh;
}

.w-full-nav .w-left img {
    width: auto;
    height: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    position: relative;
    top: 100px;
    opacity: 0;
    transition: 1s;
}

.w-full-nav.w-show .w-left img {
    top: 0px;
    opacity: 1;
    transition-delay: 1.3s;
}

.w-full-nav .w-left .w-item {
    text-align: left;
}

.w-full-nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 5;
    transition: 1s;
}

.w-full-nav.w-show:before {
    top: -100vh;
    transition: 1s 1s;
}

.w-full-nav .wrapper {
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.w-full-nav .w-item {
    height: 8vh;
    width: 100%;
    overflow: hidden;
    line-height: 8vh;
    position: relative;
    top: 100px;
    opacity: 0;
}

.w-full-nav .w-item a {
    font-size: 33px;
    color: #999;
    font-weight: normal;
    display: block;
    text-align: left;
    position: relative;
    transition: 1s;
}

.w-full-nav .w-item a:hover {
    color: #efb42c;
}

.w-full-nav .w-item:hover a:nth-child(2) {
    letter-spacing: 5px;
}

.w-full-nav .w-right {
    width: 400px;
    padding: 0 50px;
    background-color: #222;
    height: calc(100vh - 30vh);
    padding-top: 30vh;
    color: #efb42c;
    position: relative;
    left: 500px;
    transition: 1s;
}

.w-full-nav.w-show .w-right {
    left: 0px;
    transition-delay: 1.8s;
}

.w-full-nav .w-right h3 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 30px;
}

.w-full-nav .w-right p {
    font-size: 16px;
    line-height: 2em;
    color: #999;
}

.w-full-nav.w-show .w-item {
    top: 0px;
    opacity: 1;
    transition: 1s;
}

.w-full-nav.w-show .w-item:hover a:nth-child(1) {
    /*     margin-top:-8vh; */
}

.w-full-nav.w-show .w-item:nth-child(1) {
    transition-delay: 1.4s;
}

.w-full-nav.w-show .w-item:nth-child(2) {
    transition-delay: 1.5s;
}

.w-full-nav.w-show .w-item:nth-child(3) {
    transition-delay: 1.6s;
}

.w-full-nav.w-show .w-item:nth-child(4) {
    transition-delay: 1.7s;
}

.w-full-nav.w-show .w-item:nth-child(5) {
    transition-delay: 1.8s;
}

.w-full-nav.w-show .w-item:nth-child(6) {
    transition-delay: 1.9s;
}

.w-full-nav.w-show .w-item:nth-child(7) {
    transition-delay: 1.9s;
}

#c_portalResnav_main-15584126956833914 {
    display: none;
}

.c_portalResProduct_detail-01001 .p_interaction {
    display: none;
}

.wd #w_grid-1558635558987 {
    position: fixed;
    top: 100vh;
    left: 0px;
    z-index: 999999;
    width: 100%;
    height: 100%;
    transition: 1s;
}

.wd #w_grid-1558635558987.w-show {
    top: 0px;
}

.wd #content_box-1558635558987-0 {
    top: 0px;
    left: 0px;
    z-index: 999999;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

#w_grid-1558635558987.w-show #content_box-1558635558987-0 {
    opacity: 1;
    visibility: visible;
    transition: 1s;
}

.wd #c_portalResPublic_codeContainer-15586364894697266 {
    width: 90%;
    max-width: 800px;
    margin: auto;
}

.wd #c_portalResEbizads_banner-15586860603636253 {
    height: auto;
}

.p_page {
    display: inline-block;
    padding: 30px 0;
}

.p_page .PageInterval {
    display: inline-block;
    position: static;
    float: left;
    margin-right: 5px;
    line-height: 38px;
    font-size: 12px;
}

.p_page .p_PageInterval {
    display: inline-block;
    position: static;
    float: left;
    margin-right: 5px;
    line-height: 38px;
    font-size: 12px;
    font-family: cursive;
}

/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Âµ*/
.p_page .pre:after {
    content: "";
    display: none;
    position: absolute;
    top: 5px;
    left: -14px;
    width: 27px;
    height: 27px;
    background-color: rgba(242, 242, 242, 1);
    font-size: 0;
    line-height: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1
}

.p_page .pre:hover:after {
    top: 4px;
    left: -12px;
    background-color: rgba(101, 190, 186, 1);
    border-radius: 4px 0 0 0;
    -webkit-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
    -moz-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
    box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1
}

.p_page .pre:active:after {
    top: 8px;
    left: -12px;
    width: 28px;
    height: 25px;
    background-color: rgba(90, 170, 167, 1);
    border-radius: 0 3px 0 0;
    -webkit-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
    -moz-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
    box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
    -webkit-transform: rotate(-226deg);
    -moz-transform: rotate(-226deg);
    -o-transform: rotate(-226deg);
    -ms-transform: rotate(-226deg);
    transform: rotate(-226deg);
    z-index: -1
}

.p_page .pre {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 30px;
    margin: 0 5px 0 18px;
    text-align: center;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #595959;
}

.p_page .pre:hover {
    color: #fff;
    background: #0A2F35;
    border-color: #0A2F35;
    cursor: pointer
}

.p_page .pre:active {
    background: #0A2F35;
    border-color: #0A2F35;
    color: #fff;
}

.p_page .pre .font {
    display: table-cell;
    vertical-align: middle;
    bottom: 0;
    font-size: 12px
}

.p_page .pre:hover .iconfont {
    color: rgba(255, 255, 255, 1)
}

.p_page .pre:active .iconfont {
    color: rgba(255, 255, 255, 1)
}

.p_page .pre .iconfont:before {
    content: "\e6b0";
    margin-right: 0;
}

.p_page .pre .i_pre {
    display: none;
}

/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Âµ*/
.p_page .next:after {
    content: "";
    display: none;
    position: absolute;
    top: 5px;
    right: -14px;
    width: 27px;
    height: 27px;
    background-color: rgba(101, 190, 186, 1);
    font-size: 0;
    line-height: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1
}

.p_page .next:hover:after {
    top: 5px;
    right: -12px;
    background-color: rgba(101, 190, 186, 1);
    border-radius: 4px 0 0 0;
    -webkit-box-shadow: 0 3px 0 #777;
    -moz-box-shadow: 0 3px 0 #777;
    box-shadow: 0 3px 0 #777;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
    width: 26px;
    height: 26px
}

.p_page .next:active:after {
    top: 8px;
    right: -12px;
    width: 27px;
    height: 24px;
    background-color: rgba(90, 170, 167, 1);
    border-radius: 0 3px 0 0;
    -webkit-box-shadow: 0 3px 0 #777;
    -moz-box-shadow: 0 3px 0 #777;
    box-shadow: 0 3px 0 #777;
    -webkit-transform: rotate(226deg);
    -moz-transform: rotate(226deg);
    -o-transform: rotate(226deg);
    -ms-transform: rotate(226deg);
    transform: rotate(226deg);
    z-index: -1
}

.p_page .next {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 30px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #595959;
    text-align: center;
    padding: 0 10px;
    border-radius: 6px;
}

.p_page .next:hover {
    background: #0A2F35;
    border-color: #0A2F35;
    color: #fff;
    cursor: pointer
}

.p_page .next:active {
    background: #0A2F35;
    border-color: #0A2F35;
    color: #fff;
}

.p_page .next .font {
    display: table-cell;
    vertical-align: middle;
    bottom: 0;
    font-size: 12px
}

.p_page .next:hover .iconfont {
    color: rgba(255, 255, 255, 1)
}

.p_page .next:active .iconfont {
    color: rgba(255, 255, 255, 1)
}

.p_page .next .iconfont:before {
    content: "\e6af";
    margin-top: 0;
    float: right;
    margin-left: 0;
}

.p_page .next .i_next {
    display: none;
}

/* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â */
.p_page .js_pageBtnDisable, .p_page .js_pageBtnDisable:hover, .p_page .js_pageBtnDisable:active {
    background: #f5f5f5;
    border-color: #d9d9d9;
    color: #bfbfbf;
    cursor: default;
}

.p_page .js_pageBtnDisable:hover .iconfont {
    color: #bfbfbf;
}

/*ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â*/
.p_page .pageNum {
    position: relative;
    float: left;
    height: 30px;
    min-width: 30px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background-size: 100% 100%;
    color: #595959;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
}

.p_page .pageNum:hover {
    color: #fff;
    border-color: #0A2F35;
    cursor: pointer;
    text-decoration: none;
    background-color: #0A2F35;
}

.p_page .pageNum:active {
    color: #fff;
    text-decoration: none;
    background-color: #0A2F35;
    border-color: #0A2F35;
}

.p_page .pageNum.active {
    text-decoration: none;
    background-color: #0A2F35;
    color: #fff;
    border-color: #0A2F35;
}

.p_page .pageNum .font {
    display: table-cell;
    vertical-align: middle;
    bottom: 0
}

.p_page .pageNum .iconfont {
    display: inline;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle
}

.p_page .pageNum:hover .iconfont {
    color: rgba(255, 255, 255, 1)
}

.p_page .pageNum:active .iconfont {
    color: rgba(255, 255, 255, 1)
}

.p_page .pageNum .iconfont:before {
    content: ""
}

.p_page .PageInterval {
    line-height: 30px;
    cursor: text;
    color: rgba(102, 102, 102, 1)
}

.p_page .p_PageInterval {
    line-height: 30px;
    cursor: text;
    color: #ccc;
    font-family: cursive;
}

.p_page .pagesize {
    font-size: 14px;
    float: left;
    margin-left: 10px;
}

.lb-data .lb-caption {
    font-size: 24px;
    color: #ddd;
    line-height: 2em;
}

.lb-data .lb-close {
    position: relative;
    top: 10px;
}

.w-full-nav .w-right p:hover {
    color: #efb42c;
}

.w-20190527200101 {
    /* display:none; */
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.wd #c_portalResPublic_codeContainer-15589633417322014 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 220px;
    height: 57px;
    margin-top: -27.5px;
    margin-left: -109px;
    overflow: hidden;
    display: none;
}

.wd #c_portalResPublic_codeContainer-15589633417322014 div a {
    width: 218px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    margin-top: 100px;
    transition: .5s;
}

.wd #c_portalResPublic_codeContainer-15589633417322014 div a:hover {
    background-color: #fff;
    color: #333;
}

 

.wd #w_fimg-1558320877426 img {
    opacity: 1;
}

.wd #w_grid-1558320823471.w-animated #c_portalResPublic_codeContainer-15589633417322014 div a {
    margin-top: 0px;
    transition: 1s .5s;
}

.wd #c_portalResPublic_codeContainer-15590069526736278 {
 display:none;   
}

@media all and (max-width: 768px) {
    .wd #content_box-1558405546375-0 {
        display:none;
    }

    .wd #content_box-1558405484111-0 {
        display: flex;
        align-items: center;
    }

    .wd .w-index-banner .w-item > div {
        background-size: cover;
    }

    .wd .w-index-banner {
        height: calc(100vw / 1920 * 980 + 200px);
    }

    .wd .w-index-banner .w-item {
        height: calc(100vw / 1920 * 980 + 200px);
    }

    .wd .w-index-banner .w-item > div:first-child {
        height: calc(100vw / 1920 * 980 + 200px);
    }

    .wd .w-index-banner .w-item .w-text h1 {
        font-size: 24px;
    }

    .wd .w-index-banner .w-item:nth-child(1) .w-text {
        right: 10px;
        width: 70%;
    }
.wd .w-index-banner .w-item .w-text {

    max-width: 70%;
}
    .wd .w-index-banner .w-item .w-text:after {
        height: 10px;
    }

    .wd .w-index-banner .w-item:nth-child(2) .w-text:after {
        left: 0px;
        top: 14px;
        bottom: auto;
        right: auto;
    }

    .wd .w-index-banner .w-item:nth-child(1) .w-text:after {
        height: 10px;
    }

    .wd #w_common_text-1558320512653 {
        margin-top: 10vw;
    }

    .wd #w_common_text-1558320512653 {
        opacity: 0.5;
    }

    .wd #w_common_text-1558320530503 {
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
        
    }

   

    .wd #w_common_text-1558320530503 p {
        text-align: left !important;
       
    }
  .wd #w_common_text-1558320530503 span{font-size:14px !important; line-height:24px;}




    .wd #w_grid-1558320823471 {
        margin-bottom: 10vw;
        margin-top: 5vw;
        height: auto;
        min-height: 70px;
    }

    .wd #w_grid-1558355642554 > div > div {
        display: flex;
        flex-wrap: wrap;
    }

    .wd #w_grid-1558355642554 > div > div > div {
        width: 100% !important;
    }

    .wd #content_box-1558355642554-1 {
        margin-top: 5vw;
    }

    .wd #w_grid-1558355642554 {
        margin-top: 10vw;
        margin-bottom: 10vw;
    }

    .wd .w-copyright a {
        display: block;
        margin-top: 10px;
    }

    .wd .w-copyright a:last-child {
        display: inline-block;
    }

    .wd .w-copyright a:nth-last-child(2) {
        display: inline-block;
    }

    .wd #w_common_text-1558362233757 {
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 10vw;
    }

    .wd #w_common_text-1558362233757:after {
        margin: auto;
        margin-top: 5vw;
        width: 10%;
    }

    .wd #w_common_text-1558362260316 {
        position: static;
        width: 100%;
    }

    .wd #w_common_text-1558362260316:before {
        visibility: hidden;
        height: 0px;
    }

    .wd #w_common_text-1558362260316 span {
        width: auto;
        text-align: center;
        color: #888;
    }

    #c_portalResProduct_category-15583623792604594 .p_problemCategory > div.w-index-products {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0vw;
        margin-right: 0vw;
        margin-bottom: 5vw;
    }

    #c_portalResProduct_category-15583623792604594 .p_problemCategory > div.w-index-products-titles {
        top: 0px;
        left: 0px;
        position: relative;
        margin-bottom: 10vw;
    }

    #c_portalResProduct_category-15583623792604594 .w-item {
        width: 100%;
    }

    #c_portalResProduct_category-15583623792604594 .p_problemCategory > div.w-index-products-titles .w-item h1 {
        font-size: 24px;
        text-align: center;
    }

    .wd #w_grid-1558321157510 #content_box-1558321157510-0:before {
        opacity: 0.13;
        transform: scale(0.1, 0.1);
        background-size: cover;
    }

    .wd #w_common_text-1558322272865 {
        margin-top: 10vw;
    }

    .wd .w-20190520111834 {
        margin-top: 3vw;
    }

    #c_portalResNews_list-15583246243098174 {
        margin-bottom: 10vw;
    }

    .wd #c_portalResNews_list-15583246243098174 .p_Newslist > div.w-index-news-list {
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    #c_portalResNews_list-15583246243098174 div.w-index-news-list .w-item:first-child {
        margin-left: 0px;
    }

    #c_portalResNews_list-15583246243098174 div.w-index-news-list .w-item .info a {
        font-size: 18px;
    }

    #c_portalResNews_list-15583246243098174 div.w-index-news-list .w-item .info span {
        font-size: 14px;
    }

    #c_portalResNews_list-15583246243098174 div.w-index-news-list .w-item .info p {
        font-size: 14px;
        height: auto;
        max-height: none;
       max-height: 40px;
    }

    .w-full-nav .w-left {
        width: 100%;
        padding: 45px;
    }

    .w-full-nav {
        flex-wrap: wrap;
    }

    .w-full-nav.w-show .w-left img {
        margin-top: 50px;
    }
  .wd #w_common_text-1558321193291 {padding:15px;}
  #w_common_text-1558321193291 span {font-size:20px; line-height:24px;}
    .wd #w_grid-1558320823471.w-animated #c_portalResPublic_codeContainer-15589633417322014 div a {
        color: #333;
        border: 1px solid #333;
    }

    .wd #c_portalResPublic_codeContainer-15589633417322014 {
        position: static;
        margin-top: 0px;
        margin-left: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .wd #w_grid-1548119783039 {
        display: none;
    }

    #w_fimg-1548119645665 {
        min-height: auto;
    }

    #w_grid-1548119645685 {
        margin-top: 5vw;
    }

    #w_grid-1548119645655 {
        width: calc(100% - 30px);
    }

    #w_grid-1558079073273 {
        width: calc(100% - 30px);
        margin-top: 5vw;
    }

    #w_fimg-1558079328558 {
        min-height: auto;
    }

    #w_common_text-1558079113544 {
        margin-top: 15vw;
    }

    #c_portalResPublic_codeContainer-15589564292320574 {
        margin-top: 5vw;
    }

    #w_common_text-1548119645985 {
        margin-top: 5vw;
    }

    #w_grid-1548119645645 {
        min-height: auto;
        margin-bottom: 10vw;
    }

    #w_grid-1548120351347 {
        display: none;
    }

    #w_common_text-1548120312130 {
        margin-top: 10vw;
    }

    #w_grid-1548120311995 {
        width: calc(100% - 30px);
    }

    #c_portalResNews_list-1548120312160 .p_articles .p_images {
        height: auto !important;
        padding-bottom: 0px !important;
    }

    #c_portalResNews_list-1548120312160 .p_articles .p_images img {
        transform: none !important;
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
    }

    #c_portalResNews_list-1548120312160 .p_articles {
        padding: 0px;
        margin-bottom: 5vw;
        border-bottom: 1px dotted #aaa !important;
        padding-bottom:5vw;
    }

    #w_grid-1548120642046 {
        display:none;
    }

    #c_portalResNews_detail-15481206761462469 {
        width:calc(100% - 30px);
        margin-top:5vw;
    }

    .c_portalResNews_detail-01001 .p_imgsBox {
        display:none;
    }

    .c_portalResNews_detail-01001 .p_dataSource {
        display:flex;
        flex-wrap:wrap;
    }

    .c_portalResNews_detail-01001 .p_dataSource li {
        display:inline-block;
        width:auto;
        margin-bottom: 10px;
    }

    .c_portalResNews_detail-01001 .p_articlesTitle {
        display:none;
    }

    .c_portalResNews_detail-01001 .p_articles {
        padding:0px;
    }

    .c_portalResNews_detail-01001 .p_summary {
        margin-left:0px;
        margin-right:0px;
    }

    #w_grid-1558682054131 {
       display:none;   
    }

    #w_common_text-1558682054281 {
        width:calc(100% - 30px);
        margin-top:10vw;
    }

    #w_grid-1558682054141 {
        min-height:auto;
        margin-bottom:5vw;
    }

    #w_grid-1558682054151 {
        width:calc(100% - 30px);
    }

    #content_box-1558682054151-1 {
        display:none;
    }

    #w_common_text-1548121246488 {
        margin-top:5vw;
    }

    #w_grid-1548121246368 {
        height:auto;
        min-height:auto;
    }

    #w_grid-1548121246378 {
        width:calc(100% - 30px);
    }

    #w_grid-1548121246408 {
        margin-bottom:5vw;
    }

    #c_portalResMessage_form-15580878626190760 {
        width:100%;
        height: auto;
    }

    .c_portalResMessage_form-01001 .p_CoupWBox {
        width:calc(100% - 30px);
    }

    #c_portalResProduct_category-15583623792604594 .p_problemCategory > div.w-index-products-titles .w-item p {
        font-size:12px;
        text-align:center;
        color:#999;
    }

    .w-full-nav:before {
        visibility:hidden;
    }

    #c_portalResProduct_category-15586935557982039 {
        width:calc(100% - 30px);
        margin-top:5vw;
    }

    .c_portalResProduct_category-01001 .p_btn-show {
        display:none;
    }

    #c_portalResProduct_category-15586935557982039 .p_problemCategory > div.w-category {
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
    }

    #c_portalResProduct_category-15586935557982039 .p_problemCategory > div.w-category a {
        width:49%;
        margin-right:2%;
        margin-bottom:2%;
        margin-left:0px;
    }

    #c_portalResProduct_category-15586935557982039 .p_problemCategory > div.w-category a:nth-child(even) {
        margin-right:0px;
    }

    #c_portalResProduct_list-1548120764177 {
        margin-top:5vw;
        width:calc(100% - 30px);
    }

    .c_portalResProduct_list-01001 .p_Product {
        padding:0px;
        margin-bottom:30px;
        pointer-events: none !important;
    }

    .c_portalResProduct_list-01001 .p_ProductInner {
        padding:0;
        flex-wrap:wrap;
        display: block;
    }

    .c_portalResProduct_list-01001 .p_images {
        flex:1;
        -webkit-box-flex:1;
        width:100%;
    }

    .c_portalResProduct_list-01001 .d_articles {
        flex:1;
        -webkit-box-flex:1;
        width:100%;
        padding:0;
    }

    .c_portalResProduct_list-01001 .p_image {
        padding-bottom:0px ! important;
        height:auto !important;
    }

    .c_portalResProduct_list-01001 .p_image img {
        width:100% !important;
        height:auto !important;
        transform:none !important;
        position:static !important;
    }

    .p_pagebox  {
        margin:0px;
    }

    .p_pagebox .next .font {
        line-height:45px;
    }

    .p_pagebox .next .iconfont {
        vertical-align:center;
        line-height:45px;
    }

    .p_pagebox .pre .font {
        line-height:45px;
    }

    .p_pagebox .pre .iconfont {
        line-height:45px;
    }
    #w_common_text-1548120764137 {
        margin-top:10vw;
    }
    .wd #c_portalResPublic_codeContainer-15590069526736278 {
        display:block;
        width:calc(100% - 30px);
        margin:auto;
        line-height:2em;
        font-size:16px;
        text-align:center;
    }

    .wd #c_portalResPublic_codeContainer-15589633417322014 div a {
        margin-top:0px;
        border: 1px solid #333;
        color: #333;
        width:180px;
        height:44px;
        line-height:44px;
        margin-left:auto;
        margin-right:auto;
        font-size:14px;
    }

    #c_portalResProduct_category-15583623792604594 .w-index-products .w-item {
        border-radius:0px;
    }

    .wd #w_fimg-1559015618426 {
        margin-top:5vw;
    }
}


